func crypto/x509.appendBase128BigInt
3 uses
crypto/x509 (current package)
oid.go#L99: func appendBase128BigInt(dst []byte, n *big.Int) []byte {
oid.go#L172: der := appendBase128BigInt(make([]byte, 0, 32), firstComponent)
oid.go#L181: der = appendBase128BigInt(der, b)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)